// Tests RADIX command behavior
// Expect to see alternating payload of: 10 16 10 16 ...

// note: radix is always reset back to decimal at beginning of sub
# SUB testRadix
10 10h
# RADIX HEX
0a 10
# RADIX DEC
10
# ENDSUB

// build data buffer
# BUF data
10
# RADIX HEX
10
# RADIX DEC
10
# RADIX 16
10
# FILE "_TestRadixNesting.txt"
10
# CALL testRadix
10
# RADIX 10
10
# MSGBOX data
